home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / batch / library / batutl2 / cdtest.doc < prev    next >
Text File  |  1985-01-28  |  768b  |  21 lines

  1.  
  2.                  CDTEST.C - test for a valid path from DOS prompt.
  3.  
  4.                  This routine is useful in a batch file to test for
  5.                  the existance of a specified path.
  6.  
  7.                  Syntax: cdtest path
  8.  
  9.                  If the path exists, a 0 is returned in errorlevel
  10.                  and the directory is changed; otherwise a 1 is returned,
  11.                  and the directory remains the same.
  12.  
  13.                  Comments to:
  14.  
  15.                               Leroy Casterline
  16.                               2625 Redwing Road - Suite 310-10
  17.                               Fort Collins, Colorado  80526
  18.                               (303) 223-3490 days
  19.                               (303) 484-9858 evenings
  20.  
  21.